**********************
Compiling mdNameCS.cpp
**********************

You may need to recompile mdNameCS.cpp if you are not using a version of .NET that is compatible with
the mdNameCS.dll that is supplied. 

Prerequisites:
	
	Visual C++ Compiler
	Visual C# Compiler

To compile the source files, a bat file has been supplied. This bat file requires the Visual Studio C++ 
compiler to compile mdNameCS.cpp and the Visual Studio C# compiler to compile mdNameCS.cs and mdNameCSPINVOKE.cs. 
To use the compiler, you must set up its environment by executing vcvars32.bat in the Visual Studio
C++ bin folder. Read the comments at the top of CreateDll.bat for more details.

You also need to set the path of the Name Object library (mdName.dll). The default locations of these files 
have been set already but may require changes if your system is different.

**********
64 Bit mode
**********
To use this wrapper in 64bit mode, you must use the 64 bit version of Name Object and recompile the wrapper dlls 
on a 64bit machine. To do so, go into the "Source" directory and follow the instructions in CreateDLL.bat. You 
must use the Visual Studio x64 Command Prompt instead of the 32bit (default) one. 
* 64bit version available in C:\Program Files\Melissa DATA\DQT\NameObj\dll_64bit


Now, you can run CreateDlls.bat to create mdNameCS.dll and mdNameNET.dll. 
